a, div, span {
  font-size: 1.4rem;
}

a:hover {
  color: #660;
}

.Logo {
  max-width: calc(100% - 50px);
  min-height: 80px;
}

.menu ul li a {
  border-top: 3px solid transparent;
}

.menu ul li a:hover {
  border-color: #F0C054;
}

#Navigator .RowsTitle .en a {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#Navigator .RowsTitle .cn a {
  font-size: 20px;
}

#Navigator .Content:before {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0C054;
  clear: both;
}

.gray {
  margin-top: 100px;
  background: url(card.jpg) no-repeat #f3f3f3 center top;
  margin-bottom: 80px;
  padding: 50px 0;
  position: relative;
}

.gray .container {
  margin-top: -100px;
}

.about .Content {
  background-color: #fff;
  padding: 0 2rem 5rem;
  margin-bottom: 5.5rem;
  box-shadow: 1rem 1rem 0 #666;
}

.grey {
  margin: 80px 0;
  padding: 50px 0;
}

.guide {
  position: relative;
  z-index: 1000;
  margin-top: -60px;
  text-align: center;
}

.guide .GuideMap {
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.guide .GuideMap .pos {
  margin-left: 1em;
  color: #eee;
}

.guide .GuideMap * {
  color: #eee;
}

.bottom {
  padding: 50px 0;
  background: #efefef;
  margin-top: 80px;
  text-align: left;
}

.mii .dt {
  display: none;
}

.mii .dd {
  height: 35px;
  text-shadow: 1px 1px 1px #fff;
}

.mii .dd a {
  color: #999;
}

.support {
  color: #999;
  text-shadow: 1px 1px 1px #fff;
}

.support * {
  color: #aaa;
}

.TabTitle {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 50px;
}

.TabTitle a {
  padding: 10px 20px;
  margin: 0 10px;
}

#Tab0 a {
  background: #eee;
}

.TabTitle a:hover,
#Tab0 a:hover {
  background: #F0C054;
  color: #fff;
}

.Messager {
  padding-left: 450px;
  height: 300px;
  background: url(write.jpg) no-repeat;
}

.MessageBorder {
  text-align: left;
}

.MsgColor0 {
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  padding: 4px;
}

.MsgColor1 {
  padding: 5px;
}

.MsgList {
  font-weight: bold;
  text-indent: 20px;
}

.MsgText .face {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.MsgReply {
  font-weight: bold;
  text-indent: 20px;
}

.MessageTable {
  font-weight: bold;
  margin: 2px 0;
  text-indent: 25px;
  line-height: 22px;
  display: block;
  margin-bottom: 30px;
}

.MessageTable:first-letter {
  color: #ff0000;
  font-size: 40px;
}

.MsgName,
.MsgContact,
.MsgContent {
  clear: both;
}

.MsgLeft {
  float: left;
  display: block;
  width: 100px;
  padding-right: 10px;
  text-align: right;
}

.MsgRight {
  float: left;
  display: block;
  clear: right;
  margin-bottom: 10px;
}

.MsgRight input[type=text],
.MsgRight textarea {
  width: 500px;
}

.MsgSubmit {
  margin: 8px 0px;
  display: block;
  clear: both;
}

.MsgFace img {
  width: 18px;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .about .Content {
    padding: 0 5rem 5rem;
  }
}
